;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;	
;
;	This file contains the mount linkages; it gets parsed on application 
;	startup but is not otherwise referred to. The data format is thus:
;
;	Fields should be entered in the order shown.
;
;	;						indicates a comment ;-)
;	/ /						indicates a section
;	[]						indicates optional
;
;	/generic/
;							
;	type					indicates a new mount type, must be followed by id name string
;	class					mount class (current possibilities - horse, camel, elephant, chariot, scorpion_cart)
;	model*					model id from descr_model_battle 
;	radius					mount radius
;	[ x_radius ]			mount x axis radius for elliptical mounts (radius is y radius in this case) 
;	height					mount height
;	mass					mount mass
;	banner_height			height of banners above mount
;	bouyancy_offset			bouyancy offset of mount above root node
;	water_trail_effect		display effect for moving through water
;
;	* do not specify for chariots and scorpion carts - use lods in the chariot/scorpion cart specific section
;
;	/horse, camel or elephant specific/
;
;	root_node_height		height of the horse, camel or elephants root node above the ground
;
;	/horse and camel specific/
;	
;	rider_offset			(x, y, z) for the rider relative to horse or camel root node
;
;	/elephant, chariot and scorpion cart specific/
;
;	attack_delay			delay between mount attacks (tusks and scythes) in seconds
;
;	/elephant specific/
;	
;	dead_radius				radius of dead obstacle
;	tusk_z					distance along the z axis of tusks from centre
;	tusk_radius				radius of tusk attack
;	riders					number of riders
;	rider_offset			(x, y, z) for each rider relative to elephant root node
;
;	/chariot and scorpion cart specific/
;
;	axle_width				width of the chariot/scorpion cart axle
;	wheel_radius			radius of the chariots/scorpion cart wheels
;	pivot_offset			(x, y, z) position of the tow-pole pivot point releative to the axle centre
;	pole_length				length of the tow pole
;	pole_pivot				offset from pole origin to pivot point
;	pole_connect			height at which pole connects to harness above ground
;	harness_connect			height at which harness connects to horse above ground
;	[
;		attack_delay			delay between scythe attacks in seconds
;		scythe_radius			radius of scythe from end of axle
;		revs_per_attack 		revolutions per second per scythe attack on an individual (rounded down)	
;	] #
;	horse_type				type of horse to tow chariot/scorpion cart
;	horses					number of horses
;	horse_offset			(x, z) for each horse relative to pivot point
;	riders					number of riders 
;	rider_offset			(x, y, z) for each rider releative to axle centre
;	lods					number of lods - min 1, max 5
;	lod						(model_filename, range) for each lod in ascending order of distance (use range = max for furthest lod)
;	trail_effect			effect definition for water trails
;
;	# ommitting this section will mean no scythes are displayed and no scythe attacks will be used.  
;
;	/scorpion cart specific/
;
;	scorpion_offset		
;	scorpion_height			
;	scorpion_forward_length
;	scorpion_reload_ticks
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;	


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;	
;
; camels 
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;	

type				camel			; DO NOT REMOVE
class				camel
model				ebmount_horse_medium
radius				1.5
x_radius			0.57	;changed from 0.5 29/4/05
height				2.5
mass				3
banner_height		0
bouyancy_offset		1.8
water_trail_effect  camel_water_trail
root_node_height	1.52
rider_offset		0, 0.43, -0.2

type				camel cataphract	; DO NOT REMOVE
class				camel
model				ebmount_horse_medium
radius				1.5
x_radius			0.57
height				2.5
mass				3.7
banner_height		0
bouyancy_offset		1.8
water_trail_effect	camel_water_trail
root_node_height	1.52
rider_offset		0, 0.43, -0.2


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;	
;
; horses 
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;	

type				horse cataphract	; DO NOT REMOVE
class				horse
model				ebmount_horse_medium
radius				1.5
x_radius			0.57	;changed from 0.5 29/4/05
height				2.5
mass				7
banner_height		0
bouyancy_offset		1.8
water_trail_effect	horse_water_trail
root_node_height	1.6
rider_offset		0.0, 0.3, 0.0

type				generals horse
class				horse
model				ebmount_horse_medium
radius				1.5
x_radius			0.5
height				2.5
mass				3
banner_height		0
bouyancy_offset		1.8
water_trail_effect	horse_water_trail
root_node_height	1.6
rider_offset		0.0, 0.15, 0.0

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EB Horses;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

type				half armoured horse
class				horse
model				ebmount_half_armoured_horse
radius				1.5
x_radius			0.5
height				2.5
mass				3.4
banner_height		0
bouyancy_offset		1.4
water_trail_effect	horse_water_trail
root_node_height	1.6
rider_offset		0.0, 0.2, 0.02

type				heavy horse
class				horse
model				ebmount_horse_heavy
radius				1.5
x_radius			0.5
height				2.5
mass				3.2
banner_height		0
bouyancy_offset		1
water_trail_effect	horse_water_trail
root_node_height	1.6
rider_offset		0.0, 0.15, 0.0

type				hellenistic kataphraktoi horse
class				horse
model				ebmount_hellenikoi_kataphraktoi_horse
radius				1.5
x_radius			0.5
height				2.5
mass				3.4
banner_height		0
bouyancy_offset		1
water_trail_effect	horse_water_trail
root_node_height	1.6
rider_offset		0.0, 0.2, 0.02

type				grivpanvar horse
class				horse
model				ebmount_grivpanvar_horse
radius				1.5
x_radius			0.5
height				2.5
mass				3.5
banner_height		0
bouyancy_offset		1
water_trail_effect	horse_water_trail
root_node_height	1.6
rider_offset		0.0, 0.2, -.08

type				hetairoi companion horse
class				horse
model				ebmount_hetairoi_companion_horse
radius				1.5
x_radius			0.5
height				2.5
mass				3.4
banner_height		0
bouyancy_offset		1.6
water_trail_effect	horse_water_trail
root_node_height	1.6
rider_offset		0.0, 0.2, 0.02

type				light horse
class				horse
model				ebmount_horse_light
radius				1.5
x_radius			0.5
height				2.5
mass				2.8
banner_height		0
bouyancy_offset		0
water_trail_effect	horse_water_trail
root_node_height	1.6
rider_offset		0.0, 0.15, 0.0

type				medium horse
class				horse
model				ebmount_horse_medium
radius				1.5
x_radius			0.5
height				2.5
mass				3
banner_height		0
bouyancy_offset		0
water_trail_effect	horse_water_trail
root_node_height	1.6
rider_offset		0.0, 0.15, 0.0

type				javelin horse
class				horse
model				ebmount_javelin_horse
radius				1.5
x_radius			0.5
height				2.5
mass				2.9
banner_height		0
bouyancy_offset		0
water_trail_effect	horse_water_trail
root_node_height	1.6
rider_offset		0.0, 0.15, 0.0

type				saddle horse heavy
class				horse
model				ebmount_saddle_horse_heavy
radius				1.5
x_radius			0.5
height				2.5
mass			    3.2
banner_height		0
bouyancy_offset		0
water_trail_effect	horse_water_trail
root_node_height	1.6
rider_offset		0.0, 0.2, 0.02

type				saddle horse light
class				horse
model				ebmount_saddle_horse_light
radius				1.5
x_radius			0.5
height				2.5
mass			    3
banner_height		0
bouyancy_offset		0
water_trail_effect	horse_water_trail
root_node_height	1.6
rider_offset		0.0, 0.2, 0.02

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;	
;
; EB elephants 
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;	

type				elephant forest
class				elephant
model				ebmount_elephant_forest
radius				4.4
x_radius			1.0
height				2.5
mass				8
banner_height		0
bouyancy_offset		2.5
water_trail_effect	elephant_water_trail
root_node_height	1.8
attack_delay		1
dead_radius			2.5
tusk_z				2.25
tusk_radius			1.5
riders				2
rider_offset		0.0, 1.0, 0.75
rider_offset		0.0, 1.1, 0.05

type				elephant forest untowered
class				elephant
model				ebmount_elephant_forest_untowered
radius				4.4
x_radius			1.0
height				2.5
mass				8
banner_height		0
bouyancy_offset		2.5
water_trail_effect	elephant_water_trail
root_node_height	1.8
attack_delay		1
dead_radius			2.5
tusk_z				2.25
tusk_radius			1.5
riders				2
rider_offset		0.0, 1.0, 0.75
rider_offset		0.0, 1.1, 0.05

type				elephant african
class				elephant
model				ebmount_elephant_african_bush
radius				5.5
x_radius			1.3
height				4
mass				10
banner_height		1
bouyancy_offset		3
water_trail_effect	elephant_water_trail
root_node_height	2.52
attack_delay		1
dead_radius			2.5
tusk_z				3.0
tusk_radius			2.0
riders				3
rider_offset		0.0, 1.225, 1.306
rider_offset		0.0, 1.1, 0.5
rider_offset		0, 1.1, -.25

type				elephant indian
class				elephant
model				ebmount_elephant_indian
radius				5.5
x_radius			1.3
height				3
mass				10
banner_height		1
bouyancy_offset		3
water_trail_effect	elephant_water_trail
root_node_height	2.27
attack_delay		1
dead_radius			2.5
tusk_z				3.0
tusk_radius			2.0
riders				3
rider_offset		0.0, 1.225, 1.306
rider_offset		0.0, 1.1, 0.5
rider_offset		0, 1.1, -.25

type				elephant indian cataphract
class				elephant
model				ebmount_elephant_indian_cataphract
radius				5.5
x_radius			1.5
height				3
mass				12
banner_height		1
bouyancy_offset		4
water_trail_effect	elephant_water_trail
root_node_height	2.52
attack_delay		1
dead_radius			2.5
tusk_z				3.1
tusk_radius			2.0
riders				3
rider_offset		0.0, 1.225, 1.306
rider_offset		0.0, 1.1, 0.5
rider_offset		0, 1.1, -.25

;DO NOT REMOVE
type				elephant african cataphract
class				elephant
model				ebmount_elephant_indian_cataphract
radius				5.5
x_radius			1.5
height				3
mass				20
banner_height		1
bouyancy_offset		4
water_trail_effect	elephant_water_trail
root_node_height	2.52
attack_delay		1
dead_radius			2.5
tusk_z				3.1
tusk_radius			2.0
riders				3
rider_offset		0.0, 1.225, 1.306
rider_offset		0.0, 1.1, 0.5
rider_offset		0, 1.1, -.25

type				elephant oliphant
class				elephant
model				ebmount_elephant_african_bush
radius				22
x_radius			5.2
height				3
mass				100
banner_height		4
bouyancy_offset		0
water_trail_effect	elephant_water_trail
root_node_height	2.02
attack_delay		1
dead_radius			10
tusk_z				19
tusk_radius			5
riders				13
rider_offset		0.0, 4.75, 5.224
;rider_offset		0.0, 4.8, 2
;rider_offset		0, 4.5, -1
rider_offset		1, 4.94, 3.0
rider_offset		-1, 4.94, 3.0
rider_offset		1, 4.94, 1.9
rider_offset		-1, 4.94, 1.9
rider_offset		1, 4.94, 0.8
rider_offset		-1, 4.94, 0.8
rider_offset		1, 4.94, -0.3
rider_offset		-1, 4.94, -0.3
rider_offset		1, 4.94, -1.4
rider_offset		-1, 4.94, -1.4
rider_offset		1, 4.94, -2.5
rider_offset		-1, 4.94, -2.5

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;	
;
; chariots 
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;	

type				egyptian chariot				
class				chariot
radius				6
x_radius			1.5
height				3
mass				14
banner_height		0
bouyancy_offset		0
water_trail_effect	chariot_water_trail
axle_width			1.82
wheel_radius		0.474
pivot_offset		0, 0.345, 1.193
pole_length			2.05
pole_pivot			0, 0, -1.021
pole_connect		1.63
harness_connect		1.73
attack_delay		0.25
scythe_radius		0.5
revs_per_attack		1
horse_type			hetairoi companion horse
horses				2
horse_offset		-0.65, 2.057
horse_offset		0.65, 2.057
riders				3
rider_offset		0	, 0.15, 0.5
rider_offset		-0.5, 0.15, -0.05
rider_offset		0.5	, 0.15, -0.05
lods				3
lod					mount_egyptian_chariot_high.cas,	50	
lod					mount_egyptian_chariot_med.cas,		125
lod					mount_egyptian_chariot_low.cas,		250

type				heavy chariot				
class				chariot
radius				6
x_radius			1.5
height				3
mass				8
banner_height		0
bouyancy_offset		0
water_trail_effect	chariot_water_trail
axle_width			1.82
wheel_radius		0.474
pivot_offset		0, 0.352, 1.019
pole_length			2.057
pole_pivot			0, 0, -1.021
pole_connect		1.63
harness_connect		1.73
attack_delay		0.25
scythe_radius		0.5
revs_per_attack		1
horse_type			heavy horse
horses				2
horse_offset		-0.65, 2.057
horse_offset		0.65, 2.057
riders				3
rider_offset		0	, 0.15, 0.5
rider_offset		-0.5, 0.15, -0.05
rider_offset		0.5	, 0.15, -0.05
lods				3
lod					mount_greek_chariot_high.cas,	50	
lod					mount_greek_chariot_med.cas,	125
lod					mount_greek_chariot_low.cas,	250

type				celtic heavy chariot				
class				chariot
radius				6
x_radius			1.5
height				3
mass				8
banner_height		0
bouyancy_offset		0
water_trail_effect	chariot_water_trail
axle_width			1.6
wheel_radius		0.58
pivot_offset		0, 0.133, 0.862
pole_length			2.55
pole_pivot			0, -0.056, -1.419
pole_connect		1.73
harness_connect		1.78
attack_delay		0.25
scythe_radius		0.5
revs_per_attack		1
horse_type			medium horse
horses				2
horse_offset		-0.65, 2.057
horse_offset		0.65, 2.057
riders				3
rider_offset		0, 	0.15,	0.5
rider_offset		-0.5,	0.10,	-0.25
rider_offset		0.5,	0.15,	-0.05
lods				3
lod					../../eb/data/models_unit/mount_barbarian_chariot_high.cas,	50	
lod					../../eb/data/models_unit/mount_barbarian_chariot_med.cas,	125
lod					../../eb/data/models_unit/mount_barbarian_chariot_low.cas,	250

type				scythed chariot		;seluekid		
class				chariot
radius				6
x_radius			1.5
height				3
mass				14
banner_height		0
bouyancy_offset		0
water_trail_effect	chariot_water_trail
axle_width			1.82
wheel_radius		0.474
pivot_offset		0, 0.345, 1.193
pole_length			2.05
pole_pivot			0, 0, -1.021
pole_connect		1.63
harness_connect		1.73
attack_delay		0.25
scythe_radius		0.5
revs_per_attack		1
horse_type			hetairoi companion horse
horses				2
horse_offset		-0.65, 2.057
horse_offset		0.65, 2.057
riders				3
rider_offset		0	, 0.15, 0.5
rider_offset		-0.5, 0.15, -0.05
rider_offset		0.5	, 0.15, -0.05
lods				3
lod					../../eb/data/models_unit/mount_greek_scythed_chariot_high.cas,	50	
lod					../../eb/data/models_unit/mount_greek_scythed_chariot_med.cas,	125
lod					../../eb/data/models_unit/mount_greek_scythed_chariot_low.cas,	250

type				pontic scythed chariot	;pontus
class				chariot
radius				6
x_radius			1.5
height				3
mass				14
banner_height		0
bouyancy_offset		0
water_trail_effect	chariot_water_trail
axle_width			1.82
wheel_radius		0.474
pivot_offset		0, 0.345, 1.193
pole_length			2.05
pole_pivot			0, 0, -1.021
pole_connect		1.63
harness_connect		1.73
attack_delay		0.25
scythe_radius		0.5
revs_per_attack		1
horse_type			hetairoi companion horse
horses				2
horse_offset		-0.65, 2.057
horse_offset		0.65, 2.057
riders				3
rider_offset		0	, 0.15, 0.5
rider_offset		-0.5, 0.15, -0.05
rider_offset		0.5	, 0.15, -0.05
lods				3
lod					../../eb/data/models_unit/eb_mount_chariot_scythed_pontic_high.cas,	50	
lod					../../eb/data/models_unit/eb_mount_chariot_scythed_pontic_high.cas,	125
lod					../../eb/data/models_unit/eb_mount_chariot_scythed_pontic_high.cas,	250


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;	
;
; scorpion carts
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;	

type					scoprion cart				
class					scorpion_cart
radius					6
x_radius				1.5
height					3
mass					10
banner_height			0
bouyancy_offset			0
water_trail_effect		chariot_water_trail
axle_width				1.82
wheel_radius			0.574
pivot_offset			0, 0.345, 1.244
pole_length				1.9
pole_pivot				0, 0, -0.871
pole_connect			1.63
harness_connect			1.73
horse_type				heavy horse
horses					2
horse_offset			-0.65, 2.057
horse_offset			0.65, 2.057
riders					2
rider_offset			0	, 0S.15, 0.5
rider_offset			0, 0, 0
lods					1
lod						scorpion_cart.cas,	50	
scorpion_offset			0, 0.15, -0.5
scorpion_height			1.165		
scorpion_forward_length	1
scorpion_reload_ticks	50


